home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / misc / emu / und64.lha / UNd64.readme < prev    next >
Text File  |  1998-02-23  |  3KB  |  90 lines

  1. Short:    THE C-64 archive file processor v38.18
  2. Author:   Jess Sosnoski (at the below address!!!)
  3. Uploader: starblaz@postoffice.ptd.net
  4. Type:     misc/emu
  5. Replaces: UNd64.lha
  6. Version:  38.18
  7.  
  8. Long:
  9. This program is designed to list/test or extract from the following C-64
  10. type archives:
  11. .d64 Diskimages (174848 & 175531-byte varieties)
  12. .x64 Unix C-64 1541/1570 35-track diskimages
  13. .t64 Tapeimages
  14. .p00 Program images
  15. .lnx C-64 LyNX archives (ALL versions, both punter & xmodem types)
  16. .lbr C-64 Library Archives
  17. .sfx C-64 self-extracting archives (converts conveniently to lzh/lha)
  18. 1!zipcode RLE-compressed split diskimages, sometimes called .z64
  19.  
  20. NOTE
  21. ----
  22. I've noticed some people referring to this program as version 0.xxx
  23. It's VERSION 38 REVISION 18...not version 0.3818.
  24. Thank you :)
  25.  
  26. REQUIREMENTS
  27. ------------
  28. An Amiga with Kickstart 2.x+ 
  29. Enough contiguous free ram to read the archive, some supported archive files,
  30. and a storage device that will hold them, and possibly the output files.
  31.  
  32. CHANGES:
  33. --------
  34. 38.0--38.12 Removed to Save Space (See docs for complete history)
  35.  
  36. 38.13
  37. Reordered the .guide file.
  38. Changed the way .d64 data was stored in memory...therefore
  39. IT NO LONGER EATS UP 180K+ every time you run it...it only
  40. allocates the memory it needs, when it needs it.
  41.  
  42. 38.14b1 (see below, but w/o Swedish docs)
  43.  
  44. 38.14
  45. Added fixp00 function.
  46. Added 1!zipcode RLE-compressed split diskimage support! (finally)
  47. Fixed filename conversion bugs.
  48. Added second pass space-padding removal in case filename conversion
  49.       generated spaces.
  50. Added output of comments in X64 archives.
  51. Added TEENY TINY optimizations that ya probably won't notice.
  52.  
  53. 38.15
  54. Recompiled under the latest uploaded version of PCQ pascal on Aminet.
  55. Now assembled with PhxAss 4.37b.
  56. Now uses some 2.x functions instead of home-made ones.
  57. Replaced StrtoInt function with one from dos.library
  58. Removed buggy custom stringcopy command, fixing
  59. major crashes it was causing on some machines.
  60. Added some optimizations in zipcode handler.
  61. Changed the way the program processes paths.
  62.  
  63. 38.16
  64. Now linked with phxlnk 4.31alpha.
  65. Lined with amiga.lib before pcq.lib resulting in smaller code size.
  66. Now contains os 2.x short-rel hunks.
  67.  
  68. 38.17
  69. Linked with PhxLnk 4.31, Assembled with PhxAss 4.37b (24.10.97).
  70. Compiled with PCQ Pascal 2.0 recently uploaded to Aminet.
  71. CHANGED a good bit of internal stuff to take advantage of
  72. all the new stuff in the pcq 2.0 includes, this also
  73. involved removing old routines from my code that did
  74. the same things.
  75. Only released on my webpage in beta form, had some problems with the new
  76. PCQ 2.0 stuff.
  77.  
  78.  
  79. 38.18
  80. Went back to custom routines because the bonus ones from
  81. PCQ 2.0 weren't 100% compatible with the way I used mine.
  82. Assembled with PhxAss 4.38alpha.
  83. Also added a file to append to your s:filetypes file
  84. for the whatis.library for various cbm archives and
  85. executables.  (All's we need now are icons for 'em!)
  86. Added recognition for PeeCee .ZIP files so that und64
  87. now warns the user that c-64 zipcode files aren't the
  88. same as PeeCee .ZIP files.
  89.  
  90.